home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C++
/
Applications
/
Nuntius 1.2
/
src
/
MyToolSource
/
FlushVols.cp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-08-29
|
92 b
|
8 lines
|
[
TEXT/MPS
]
#include <Files.h>
int main()
{
FlushVol("\pHD2:", 0);
FlushVol("\pHD:", 0);
return 0;
}